home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / tex / amiweb2c.lha / AmiWeb2c-2.1 / amiga / User-StartUp.entry < prev   
Encoding:
Text File  |  1998-03-08  |  3.0 KB  |  88 lines

  1. ;
  2. ; This file is supposed to be `execute'd in your standard
  3. ; User-StartUp file in the S: directory.  It sets up the
  4. ; default configuration for the AmiWeb2c system with the
  5. ; PasTeX drivers.  Feel free to change things according to
  6. ; your personal needs.
  7. ;
  8. ; At several places the device name "Please_change_me:" is
  9. ; used.  Please to so by replacing it with the name of the
  10. ; device where you installed AmiWeb2c.  No specific name is
  11. ; required nor used by any program of AmiWeb2c.  However,
  12. ; the explicit "assign"ment for "TeX:" is necessary for
  13. ; "PasTeX" to work correctly.
  14. ;
  15. ; AmiWeb2c 2.1 (c) 1995,1997 Andreas Scherer
  16. ; PasTeX 1.4 (c) 1990-1995 Georg Heßmann
  17. ;
  18. ;BEGIN TeX
  19. ;
  20. path Please_change_me:AmiWeb2c-2.1/bin/m68000-amigaos2.1 add
  21. path Please_change_me:AmiWeb2c-2.1/bin/m68000-amigaos2.1/local add
  22. path Please_change_me:AmiWeb2c-2.1/bin/m68000-amigaos2.1/pastex add
  23. ;
  24. alias latex="tex --progname=latex"
  25. alias elatex="etex --progname=elatex"
  26. alias pdflatex="pdftex --progname=pdflatex"
  27. alias lambda="omega --progname=lambda"
  28. ;
  29. ; Settings for CallMF 2:
  30. ;
  31. rxset VIRTEX=tex
  32. rxset VIRMF=mf
  33. rxset GFTOPK=gftopk
  34. ;
  35. ; Use either of these settings, depending on your preferences to
  36. ;
  37. ; either create a batch file for missing fonts:
  38. ;setenv CALLMF        MakeBatch.rexx
  39. ; or generate missing fonts on the fly:
  40. setenv CALLMF        MakeTeXFont.rexx
  41. ;
  42. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  43. ;
  44. ; Settings for non-AmiWeb2c packages and programs, e.g., settings for
  45. ; PasTeX, HWGPost, ...  This section will most certainly have to be
  46. ; adapted to local conditions.  Since I can't foresee what users might
  47. ; want to put here, I comment everything, but keep the entries used
  48. ; in my installation.
  49. ;
  50. ; PasTeX requires a root directory `TeX:'.  Also the directory structure
  51. ; is different, so here `TeX:' only points to the top-level directory of
  52. ; `config' and `ps' (and `rexx').
  53. ;
  54. assign TeX:    Please_change_me:AmiWeb2c-2.1/texmf/pastex
  55. ;
  56. ; GhostScript requires a root directory `GhostScript:'.  Comment this
  57. ; line if you do not use GhostScript.
  58. ;
  59. assign GhostScript:    Please_change_me:AmiWeb2c-2.1/ghostscript
  60. ;
  61. ; Define the general TeX environment:
  62. ;
  63. ; TeX call for editor in case of error:
  64. setenv TEXEDIT        "rx TeX:rexx/TeXedit.rexx %s %d"
  65. setenv TEXREXXEDIT    "TeX:rexx/TeXedit.rexx %s %d"
  66. ; start EDIT=CED in case of error (else only E):
  67. ;setenv TEXREXX        EDIT
  68. setenv TEXREXX        E
  69. ;
  70. ; Sometimes I use really BIG fonts (like Old German or GnuPlot output):
  71. ;
  72. setenv DVIPRINT    "FONTMEM 300000"
  73. setenv SHOWDVI    "FONTMEM 300000"
  74. ;
  75. ; HWGPost settings: Comment these lines if you do not use MetaPost
  76. ; or install PostScript fonts.
  77. ;
  78. assign POST:    TeX:ps
  79. assign POST:    Please_change_me:AmiWeb2c-2.1/texmf/dvips add
  80. assign POST:    Please_change_me:AmiWeb2c-2.1/texmf/dvips/base add
  81. assign POST:    Please_change_me:AmiWeb2c-2.1/texmf/dvips/misc add
  82. ;
  83. assign PSFONTS:    Please_change_me:AmiWeb2c-2.1/texmf/fonts/type1/bakoma/cm
  84. assign PSFONTS:    Please_change_me:AmiWeb2c-2.1/texmf/fonts/type1/bakoma/ams add
  85. assign PSFONTS:    Please_change_me:AmiWeb2c-2.1/texmf/fonts/psfonts add
  86. ;
  87. ;END TeX
  88.